CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - berlekamp massey

搜索资源列表

  1. B_M算法

    2下载:
  2. VC++编程实现了二元域的BM算法。Berlekamp-Massey 算法是一个少有的高效算法。只需要输入密文中的2l个比特,就可以产生LFSR的最小多项式,从而生成整个序列。这里的l是系统的线性复杂度。-VC + + programming domain of the dual BM algorithm. Berlekamp-Massey algorithm is a rare efficient algorithm. Just type of dense text 2l bits, we c
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:30926
    • 提供者:赖晖
  1. BCH_bm_simulation

    0下载:
  2. An encoder/decoder for binary BCH codes Error correction using the BERLEKAMP-MASSEY ALGORITHM.Any (valid) code length can be input-An encoder / decoder for binary BCH codes Er Ryan correction using the BERLEKAMP - MASSEY ALG ORITHM.Any (valid) cod
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:5416
    • 提供者:里海
  1. rs.bm

    2下载:
  2. 一个用c编的RS编码的程序,采用BERLEKAMP-MASSEY S 算法,输入m,以及信噪比,可得到生成多项式和误码率等。-with a series of RS coding procedures, using BERLEKAMP - MASSEY S algorithm input m, and the signal-to-noise ratio. available generating polynomial and the error rate.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:15851
    • 提供者:王智
  1. KESBLOCK_V

    0下载:
  2. This Key Equation Solver (KES) block implements reformulated // // inverse-free Berlekamp-Massey algorithm.-Key Equation Solver (KES) block imple ments reformulated / / / / inverse-free Berleka mp-Massey algorithm.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3467
    • 提供者:weixing
  1. bch_matrix_v1_0_tar

    0下载:
  2. The package contains a Reed-Solomon coding and decoding program, derived partly from Phil Karn/Robert Morelos-Zaragoza \"new_rs_erasures.c\". In particular the Berlekamp-Massey algorithm has not been modified. New features compared to \"new_r
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:18432
    • 提供者:shijianhong
  1. 高速Berlekamp.Massey算法结构及电路实现

    1下载:
  2. 高速Berlekamp.Massey算法结构及电路实现
  3. 所属分类:其它文档

    • 发布日期:2011-05-02
    • 文件大小:260318
    • 提供者:qinfeng
  1. bch.zip

    2下载:
  2. 主要仿真了二进制的BCH码采用BM算法的编码以及解码的过程,An encoder/decoder for binary BCH codes Error correction using the BERLEKAMP-MASSEY ALGORITHM
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-03-25
    • 文件大小:5202
    • 提供者:雪林
  1. BM

    0下载:
  2. The Berlekamp-Massey algorithm is an efficient algorithm for determining the linear complexity of a finite binary sequence sn of length n. The algorithm takes n iterations, with the Nth iteration computing the linear complexity of the subsequence sN
  3. 所属分类:Document

    • 发布日期:2017-03-27
    • 文件大小:636
    • 提供者:Maor Karisi
  1. Berlekamp_Massey

    1下载:
  2. 移位寄存器中的基础算法,Berlekamp Massey算法-The basis of the shift register algorithm, Berlekamp Massey algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-05-10
    • 文件大小:2235115
    • 提供者:李东辉
  1. BCH_decode_berlekamp.m

    2下载:
  2. BCH码的Berklak-Massey算法,编程比较经典。-BCH code Berklak-Massey algorithm, compare the classic programming.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-31
    • 文件大小:1320
    • 提供者:王明
  1. high_speed_architecture_for_reed_solomon_decoder.r

    0下载:
  2. RS码的解调算法,BM算法(Berlekamp–Massey)和一种新型高速VLSI算法。-High-Speed Architectures for Reed–Solomon Decoders
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:330219
    • 提供者:hero
  1. pdf417rs

    0下载:
  2. PDF417条形码检错纠错实现.采用Berlekamp-Massey算法实现错误多项式的求取,而后采用chien氏搜索法寻得错值位置,最后用forney算法计算得到错误值。-implementation of the error detection and correction algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2798
    • 提供者:韩东
  1. BCH_decoding

    0下载:
  2. A standard BCH decoder simulation using Berlekamp-Massey and Chien search.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-06
    • 文件大小:952
    • 提供者:Quy
  1. Errors_Erasures_ASL

    0下载:
  2. Reed-Solomon step by step erasure decoding using berlekamp-Massey algorithm.
  3. 所属分类:Communication

    • 发布日期:2017-05-01
    • 文件大小:659478
    • 提供者:Farnaz Shayegh
  1. Berlekamp_Massey_Algo_MiniPoly

    1下载:
  2. Pseodu-random sequence Berlekamp-Massey Algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:2214
    • 提供者:swallow
  1. rs_decoder

    0下载:
  2. 本程序实现RS码的Berlekamp-Massey解码算法。-The program realization RS code Berlekamp-Massey decoding algorithm.
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:233720
    • 提供者:于慕阳
  1. RSdecFlash_100722

    0下载:
  2. RS(511,495) decoder for NAND flash controller,decoding steps: (1)syndrome (2)Berlekamp-Massey (3)chien (4)forney
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:331494
    • 提供者:彭洪
  1. Euclid_100722

    0下载:
  2. 欧氏距离算法计算错误位置多项式,是Berlekamp-Massey的替代算法。消耗的硬件资源比Berlekamp-Massey算法多,但是可以更节省运算时间。-Euclidean distance algorithm to calculate the error position polynomial, is an alternative Berlekamp-Massey algorithm. The consumption of hardware resources is more than
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:240688
    • 提供者:彭洪
  1. bch

    0下载:
  2. bch decoder using Berlekamp-Massey and Chien search standard bch decoder simulation
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1438
    • 提供者:crony76
  1. BM

    0下载:
  2. 利用Berlekamp Massey算法求一个线性反馈移位寄存器序列的极小多项式及线性复杂度。(We use Berlekamp Massey algorithm to find the minimal polynomial and linear complexity of a LFSR.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-02
    • 文件大小:1043456
    • 提供者:老中医
« 12 »
搜珍网 www.dssz.com